-- card: 4057 from stack: in -- bmap block id: 2968 -- flags: 0000 -- background id: 3574 -- name: title ----- HyperTalk script ----- on closeCard if visible of cd fld "Help" is true then hide cd fld "Help" put empty into cd fld "Help" end if pass closeCard end closeCard -- part 79 (button) -- low flags: 80 -- high flags: C002 -- rect: left=45 top=21 right=46 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 129 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: U ----- HyperTalk script ----- on mouseUp pass mouseUp end mouseUp -- part 82 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=45 top=37 right=57 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 216 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: b ----- HyperTalk script ----- -- part 89 (button) -- low flags: 80 -- high flags: 2000 -- rect: left=421 top=275 right=294 bottom=445 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 216 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on CloisterHelp lock screen go cd 2 SetUp SetUp3 set textAlign of cd fld "Help" to left set style of cd fld "Help" to opaque play stop unlock screen with zoom out doWork set textAlign of cd fld "Help" to right set style of cd fld "Help" to shadow end CloisterHelp on mouseUp SetUp SetUp3 set textAlign of cd fld "Help" to left set style of cd fld "Help" to opaque doWork set textAlign of cd fld "Help" to right set style of cd fld "Help" to shadow end mouseUp • 16,74,450,342   HELP   On any page of this book or the accompanying journal, hold down the shiftKey and click on any ICON to display a help field that explains that ICON's function. While you are reading the help information, the cursor changes to read “Click When Done”. Click again to hide the help text and return to the page you were reading. When on the Table of Contents or Introduction pages of this book, clicking on a chapter title or subheading will open the book to the appropriate page. Click on the “dog-ears” in the upper right corner of the book or use the arrowKeys to turn the pages of this book. If you continue to turn the pages back past the title page or forward beyond the last page in the book, you will lift your attention from the book and find yourself looking out the window into the cloister. Another way to view the cloister is to click on the bookshelf icon. While looking out the window, click on the book with the arrow to go to the library. From the library, click on the volume “Imitatio Christi” if you want to hear the monks chant again, or click on the volume on the right to just gaze out the window. To open the book to the last page while looking out the window, use the left arrowKey. To open the book to the title page, either use the right arrowKey, the commandKey, or click on the open book under the window. Click on the stack of paper to go to the journal. -- part 93 (button) -- low flags: 80 -- high flags: 2000 -- rect: left=422 top=295 right=314 bottom=446 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 216 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help2 ----- HyperTalk script ----- on mouseUp SetUp SetUp3 set textAlign of cd fld "Help" to left set style of cd fld "Help" to opaque doWork set textAlign of cd fld "Help" to right set style of cd fld "Help" to shadow end mouseUp • 13,23,450,342 Modifer Keys OptionKey:   The Cloister -- Hold down the optionKey from the first moment the picture appears   until the harpsichord plays a note to deactivate the background sound.   Quotes in Context -- After the first click has de-highlighted the selection, hold down the   optionKey and click again to remain on that page.   Dogeared Corner -- Hold down the optionKey and click on the left-pointing corner to go   to the Introduction. Hold down the optionKey and click on the right-pointing corner   to go to the last page.   Table of Contents ICON-- Hold down the optionKey and click to call up a list of   references to select and view in context.   Print ICON -- Hold down the optionKey to permanently change the creator of the TEXT   file saved to disk so that a double click on it in the Finder will cause your word   processor to open the file automatically.   Bookshelf ICON -- Hold down the optionKey and click on the books to call up a dialog   box, then click on either the “Home” or “Quit” button. ShiftKey:   To see the online help available for a function, hold down the shiftKey and click on its   ICON or other designated region of the page. CommandKey:   The Cloister -- Depress the commandKey to open “Imitatio Christi” to the title page.   MenuBar -- Depress the commandKey to show the menuBar.   Print ICON -- Hold down the commandKey when clicking to change the text font and   size with which the chapters of the book will be printed. -- part 94 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=421 top=315 right=341 bottom=447 -- title width / last selected line: 0 -- icon id / first selected line: 28950 / 28950 -- text alignment: 1 -- font id: 216 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: HelpMaster ----- HyperTalk script ----- on mouseUp if optionKey() is not down then put (item 3 of rect of target) - (item 1 of clickLoc()) into x put (item 4 of rect of target) - (item 2 of clickLoc()) into y if (x > y) then send mouseUp to cd btn "Help" else send mouseUp to cd btn "Help2" end if else set visible of cd btn 3 to not visible of cd btn 3 set visible of cd btn 4 to visible of cd btn 3 end if --David Dunham's, Modified --(Delphi: DDUNHAM; CIS 76074,762; AppleLink D0457). end mouseUp -- part 88 (field) -- low flags: 81 -- high flags: 0004 -- rect: left=16 top=74 right=342 bottom=450 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 216 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Help ----- HyperTalk script ----- on mouseUp if commandKey() is not down then hide target else set lockText of target to not locktext of target end if end mouseUp -- part 90 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=11 top=27 right=341 bottom=447 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 216 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: FindHelp ----- HyperTalk script ----- on mouseUp hide target end mouseUp -- part contents for background part 29 ----- text ----- Title -- part contents for background part 52 ----- text ----- 3 1 faith 38735,4057,64385,4875,5873,11372,8736 7 -- part contents for card part 90 ----- text ----- Clicking on the Find ICON calls up a dialog box from which you can choose the type of search (see your HyperCard manual or the Help stack), the area to be searched and the text to search for, clicking on the "Find" button tells Hypercard to look for your reference. The script is adapted from one in the version 1.2 release notes for HyperCard. That Find script can only find cards that the text occurs on and it stops when it finds the first instance in the first paragraph. The script in this stack offers other options. If there is more than one card with your text, the button changes to a special, four-part, non-Macintosh-Standard button. Place the cursor over the TOP third of the button and HyperCard will pause for one second and then find the next instance of your search string. For some searches a mouse click on the TOP third is necessary to find the second instance of your search string. After that JUST KEEP THE CURSOR OVER the TOP third of the button to continue search. Clicking to the left or right of the MIDDLE third of the button shows the previous and next cards on which your text was found. If Hypercard found your text on the previous page, but didn't give you enough time to move the cursor away from the top third of the button before it moved on to the next card, click on the LEFT middle of the button to return and move it over the top third to begin again at that point. Clicking on the BOTTOM third of the button will again display the dialog box, ready for another search . If there is only one instance of your text, the card it occurs on is displayed, but the Find button doesn't change. Hit the returnKey if the searched for text isn't highlighted. -- part contents for background part 25 ----- text ----- 4